Skip to content

Conversation

@eswarseeram
Copy link

  • [x ] I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • [x ] All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

Fixes #6631

Added implementation of the Tournament Sort algorithm in the sorts package.

  • Implemented TournamentSort.java in com.thealgorithms.sorts
  • Added TournamentSortTest.java for unit testing.

@eswarseeram eswarseeram marked this pull request as ready for review October 28, 2025 17:00
@github-actions
Copy link

This pull request has been automatically closed because its workflows or checks failed and it has been inactive for more than 14 days. Please fix the workflows and reopen if you'd like to continue. Merging from main/master alone does not count as activity.

@github-actions github-actions bot closed this Nov 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE REQUEST] Add TournamentSort Sorting Algorithm

1 participant